home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / pinp.xml < prev    next >
Text File  |  2002-09-27  |  1KB  |  39 lines

  1. <search function="pinp">
  2.   <name>GeoPinpoint</name>
  3.   <category>Reference</category>
  4.   <contributor>Thad Kerosky</contributor>
  5.   <link>http://www.serviceobjects.com</link>
  6.   <description>
  7.   Get a Physical Location to an IP address.
  8.   <div class="helpboxDescLabels">Examples:</div> 
  9.     <table class="helpboxDescTable">
  10.       <tr>
  11.         <td>pinp 207.46.230.220</td>
  12.       </tr>
  13.     </table>
  14.   </description>
  15.   <form name="pinpf"
  16.         method="get"
  17.         action="http://www.serviceobjects.com/products/GeoNet_demo.asp">
  18.  
  19.     <input type="hidden" name="Action" value="Send"/>
  20.     <input type="hidden" name="IPAddress" value=""/>
  21.   </form>
  22.   <script><![CDATA[
  23.     function pinp(q)
  24.     {
  25.       if( nullArgs("pinp", q) )
  26.         return;
  27.  
  28.       document.pinpf.IPAddress.value = q;
  29.       submitForm(pinpf);
  30.     }
  31.   ]]></script>
  32.  
  33.   <copyright>
  34.     Copyright (c) 2002 David Bau
  35.     Distributed under the terms of the
  36.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  37.   </copyright>
  38. </search>
  39.